home *** CD-ROM | disk | FTP | other *** search
/ Intel Web Outfitter Tool Kit 4 / Intel WebOutfitter Tool Kit Version 4.0.iso / public / Outfitter / Bootstrap / tkm.jar / install.js next >
Encoding:
Text File  |  2000-03-14  |  693 b   |  15 lines

  1. if ( navigator.javaEnabled() ) 
  2. {
  3.     if ( navigator.platform == "Win32")
  4.     {
  5.         vi = new netscape.softupdate.VersionInfo(5, 5, 0, 0);
  6.         su = new netscape.softupdate.SoftwareUpdate(this, "WebOutfitter Tool Kit Manager");
  7.         su.StartInstall("plugins/Intel/Wtm", vi, netscape.softupdate.SoftwareUpdate.FULL_INSTALL);
  8.         PIFolder = su.GetFolder("Plugins");
  9.         err = su.AddSubcomponent("WebOutfitter Tool Kit Bootstrap", null, "weboutfittertkmwtm.exe", PIFolder, "weboutfittertkmwtm.exe", this.force);
  10.         err = su.AddSubcomponent("WebOutfitter Tool Kit Bootstrap", null, "NPTIN32ex.DLL", PIFolder, "NPTIN32ex.DLL", this.force);
  11.         su.FinalizeInstall();
  12.         navigator.plugins.refresh(true);
  13.     }
  14. }
  15.